github.com/refraction-networking/utls.aead.Overhead (method)
11 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L464: func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
cipher_suites.go#L485: func (f *xorNonceAEAD) Overhead() int { return f.aead.Overhead() }
conn.go#L379: n := len(payload) - c.Overhead()
conn.go#L529: n := len(payload) + 1 + c.Overhead()
conn.go#L912: payloadBytes -= ciph.Overhead()
crypto/cipher
cipher.go#L73: Overhead() int
crypto/tls
cipher_suites.go#L469: func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
cipher_suites.go#L490: func (f *xorNonceAEAD) Overhead() int { return f.aead.Overhead() }
conn.go#L375: n := len(payload) - c.Overhead()
conn.go#L525: n := len(payload) + 1 + c.Overhead()
conn.go#L917: payloadBytes -= ciph.Overhead()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |